*{

	margin:0;

	padding: 0;

	box-sizing: border-box;

	font-family: 'Inter';



}

a {

	color: #333;

	text-decoration: none;

	outline: 0

}

a::after {

	text-decoration: none;

	outline: 0

}

a::active {

text-decoration:none;

outline:0

}

a:hover {

	text-decoration: none

}

a:active, a:focus, a:visited {

	text-decoration: none;

	outline: 0

}

button:focus, input:focus, select:focus {

	outline: 0

}

.section{

    padding: 50px 0px;

}

section.section.section1 {

    width: 100%;

    float: left;

}

.container{

    max-width: 1280px !important;

}

p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

h1, h2, h3, h4{

font-weight:600;
}

ul li{

   font-size: 14px;
    color: #666;
    line-height: 24px;

}
section.header-top {
    background: #F5F5F5;
}
.head-search--main {
    display: flex
;
    /* gap: 30px; */
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.head-search {
    width: 100%;
    float: left;
    display: flex;
    padding: 30px 0px;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 75%;
}

.head-search input {
    border: 0px solid #e5e7e9;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    font-size: 14px;
    /* flex: 0 0 100%; */
    width: 100%;
    border-radius: 30px 0 0 30px;
}

.head-search span {
    background: #ffffff;
    width: 75px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}

nav.navbar {
    padding: 0px 0px;
 
}
section.nav-bg {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
li.nav-item {

    padding: 0px;

}

li.nav-item.active .nav-link, .nav-link:hover {

    color: #000 !important;

}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: capitalize;
    border-left: 0px solid #e7b30a;
    font-weight: 500;
}
.best-offer a img {
    margin-left: 7px;
    height: 11px;
}
li.nav-item.drop-menu a {
    padding-left: 0 !important;
}
li.nav-item.drop-menu a img {
    margin-right: 15px;
}
li.nav-item.drop-menu {
    margin-right: 110px;
}
.cart {
    width: 100%;
    float: left;
    background: #ffffff00;
    padding: 3px 0px;
    border-radius: 40px;
}
.cart a{ color:#fff }
.cart span {
    font-size: 16px;
    color: #000000;
}

.cart sup {
    font-size: 12px;
    background: #e63946;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    left: -10px;
    top: -10px;
}
ul.process-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-flow: row wrap;
    margin: 0;
}

ul.process-section li {
    flex: 0 0 23%;
    width: 23%;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    border-right: 1px solid #e5e5e5;
}
.process-section-bg {
    border-bottom: 1px solid #e5e5e5;
}
section.section.process-section-bg {
    padding: 40px 0;
}
ul.process-section li figure {
    margin: 0;
    line-height: normal;
}

ul.process-section li div h3 {
    font-size: 14px;
    margin: 0 0 0px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

ul.process-section li div p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    line-height: 16px;
}
.head-search.logo {

    width: 150px;

    display: inline-block;

    padding: 15px 0px;

}
.head-search.logo img{
    width: 100%;
}

.head-search.head-search3 {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 25px 0px;
    flex: 0 0 20%;
}

.banner-img {

    background-image: url(../images/banner.jpg);

        background-repeat: no-repeat;
  background-size: cover;
        width: 100%;

        float: left;

}

.banner-txt {
    display: flex
;
    flex-direction: column;
    flex-flow: row wrap;
    float: left;
    height: 400px;
    padding-left: 0px;
    width: 45%;
    position: relative;
    align-content: center;
    z-index: 9;
    text-align: left;
    justify-content: space-between;
}
.banner-txt.banner-txt-2 h1{
    color: #000;
}
.banner-txt.banner-txt-2 p{
    color: #000;
}
.banner-txt.banner-txt-2 a{
    color: #000;
    border-color: #000;
}
.banner-txt.banner-txt-2 a img{
    filter: invert(1);
    margin-left: 5px;
}
.banner-txt a:hover{
    background-color: #e63946;
    border-color: #e63946;
    color: #fff;
}
.banner-txt.banner-txt-2 a:hover img{
        filter: invert(0);
}
.banner-txt label {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #000000;
    padding: 6px 30px;
    display: inline-block;
    border: dashed 1px #000000;
    border-radius: 40px;
}

.banner-img1{

    position: relative;

width: 100%;

height: 100%;

float: left;

}

.carousel-item img{width: 100%}
a.carousel-control-prev {
    display: none;
}
.banner-txt h1 {
    width: 100%;
    float: left;
    font-size: 52px;
    margin-bottom: 10px;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
}

.banner-txt h1 span{

    width: 100%;

    float: left;

    font-size: 56px;

display: inline-block;


}

.banner-txt p {
    width: 100%;
    float: left;
    margin: 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}
a.carousel-control-next {
    display: none;
}

.banner-txt .banner-btn {

    background: #bcd3e7;

    font-size: 14px;

    border-radius: 0px;

    text-align: center;

    padding: 18px 0px;

    display: inline-block;

    width: 165px;

    color: #e63946;

    border: 1px solid #bcd3e7;

}

.banner-txt .banner-btn:hover{

    background:transparent;

    color: #bcd3e7;

}

.main-btn {

    background: red;

    font-size: 18px;

    font-weight: 600;

    border-radius: 30px;

    text-align: center;

    padding: 8px 0px;

    display: inline-block;

    width: 165px;

    color: #fff;

}

.main-head {

    width: 100%;

    float: left;

}

.main-head h2 {

    font-size: 48px;

    text-align: center;

    position: relative;

    color: #e63946;

}

.main-head h2 span {
    font-size: 30px;
    text-align: center;
    position: relative;
    color: #000000;
    display: inline-block;
    padding-bottom: 0px;
    line-height: 48px;
    font-weight: 700;
}



/* content text start */

.content-txt {

    width: 100%;

    float: left;

}

.content-txt ul{

    width: 100%;

    float: left;

}

.content-txt ul {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.content-txt h3{

    width: 100%;

    float: left;

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 5px;

    color: #e63946;

}

.content-txt p{

    width: 100%;

    float: left;

    margin-bottom: 20px;

}

.content-txt p:last-child{

    margin-bottom: 0px;

}

/* content text end */

/* footer start */

footer {
    background: #01213a;
    padding: 70px 0px 0px;
}

footer.foot-section1 {

    width: 100%;

    float: left;

}

.footer-box{

    width: 100%;

    float: left;

}

.footer-box h3 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
}


.footer-box ul{

    width: 100%;

    float: left;

    margin-bottom: 0px;

}

.footer-box ul li{

    width: 100%;

    float: left;

    list-style: none;

    background-repeat: no-repeat;

    background-position: 0px 12px;

    color: #ACACAC;

    font-size: 14px;

}

.footer-box ul li a {
    width: 100%;
    float: left;
    color: #ACACAC;
    margin: 6px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.footer-box ul li:hover a {
    color: #e63946;
}

.footer-box.footer-box1 ul li {

    margin-bottom: 15px;

    padding-left: 0px;

    background-image: unset;

}

.footer-box.footer-box1 ul li:last-child {

    display: flex;

}

.footer-box.footer-box1 ul li:last-child img{

    margin-top: 5px;

}

.footer-box.footer-box1 ul li img{

    width: 18px;

    height: 18px;

    margin-right: 10px;

}

.footer-box.foot-menu ul li {

    width: 50%;

}

.footer-box figure{

    margin-bottom: 20px;

    width: 100%;

    float: left;

}

.footer-box p{

    color: #fff;

}

.copy-right {
    color: #fff;
    text-align: center;
    border-top: 1px solid #FFFFFF1A;
    padding: 30px 0px;
    background: transparent;
    font-size: 14px;
    /* letter-spacing: 1px; */
    margin: 60px 0px 0;
}
.about-sec a img {
    filter: invert(1);
    margin-left: 10px;
    max-height: 11px;
}

/* footer end */

/* card  start*/

.main-card {

    width: 100%;

    float: left;

    border: 1px solid #ccc;

    text-align: center;

    padding: 15px;

    border-radius: 5px;

}

.main-card figure {

    width: 100%;

    float: left;

    margin-bottom: 0px;

}

.main-card h3 {

    width: 100%;

    float: left;

    margin-bottom: 0px;

}

.main-card h3 a {

    width: 100%;

    float: left;

    margin: 10px 0px;

    font-size: 24px;

    font-weight: 600;

}

.main-card p {

    width: 100%;

    float: left;

    margin-bottom: 15px;

}

.main-card .main-btn {

    margin-bottom: 5px;

}

/* card end */

.display-hide {

    display: none;

}

.our-product {

    width: 100%;

    float: left;

    margin: 25px 0 15px 0 !important;

    display: flex;

    flex-flow: row wrap;

    align-items: stretch;

    justify-content: space-between;

    margin-top: 25px;

}

.our-product li {
    flex: 0 0 24%;
    position: relative;
    overflow: hidden;
    margin: 0 0 35px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.our-product li:hover figure img {

    transform: scale(1.1);

    overflow: hidden;

    transition: 1s;

}
.banner-txt a {
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 50px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    margin: 40px 0 0;
    text-align: center;
}
.banner-txt a img {
    max-height: 11px;
    width: auto;
}

.our-product li figure{

    background: #ecedf1;

    width: 100%;

    float: left;

    margin-bottom: 0px;

    overflow: hidden;

    text-align: center;
border: 1px solid #e63946;
    border-radius: 30px;
}

.our-product li h3 {

    font-size: 22px;

    padding: 15px 0px;

    width: 100%;

    float: left;

position: relative;text-align: center;


}
.our-product.our-product1 li h3 {
    font-size: 14px;
    position: relative;
    text-align: left;
    line-height: 1.2;
    color: #4d4d4d;
    margin-top: 10px;
    text-shadow: 0 0 0 #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 20px;
    width: 100%;
    padding: 0px 10px 0px;
    text-align: center;
    margin: 15px 0 5px;
    letter-spacing: .5px;
    word-spacing: .5px;
}


.our-product li h3 a {
    color: #040404;
    font-size: 12px;
}


ul.our-product.our-product1 li {

    flex: 0 0 18%;

}

ul.our-product.our-product1 li p{

    font-size: 15px;

    color: #637790;

    margin-bottom: 5px;

  

}

ul.our-product.our-product1 li span {
    font-size: 16px;
    color: #000;
}

.bg-light {
    background-color: #fff9e5 !important;
}


ul.our-product.our-product1 li figure {
    text-align: center;
    border: 0px solid #ecedf1;
    line-height: 220px;
}

ul.our-product.our-product1 li {

    margin-bottom: 0px !important;

}

.about-sec {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.about-sec a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #666;
    color: #666;
    border-radius: 30px 30px 30px 30px;
    padding: 14px 35px;
    margin: 10px 0 0;
    display: inline-block;
}
.about-sec a:hover {
    background: #e84f69;
    border-color: #e84f69;
}
.about-sec a:hover img{
    filter: invert(0);
}

.about-sec h2 {
    width: 100%;
    float: left;
    font-size: 30px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: #000;
    line-height: 48px;
    font-weight: 700;
}



.about-sec a:hover{

    background: #e63946;

    color: #fff;

}

.about-img {

    position: relative;

    width: 100%;

    float: left;

    height: 500px;

}



.bg-offer {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e63946;
    background-image: url(../images/common-bg.jpg);
    padding: 115px 0;
}

.best-offer {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

}
figure.about-img img {
    width: 100%;
}
figure.about-img {
    padding-right: 20px;
}
.best-offer h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    line-height: 50px;
    text-transform: capitalize;
}
.best-offer a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #e84f69;
    border-radius: 30px 30px 30px 30px;
    padding: 14px 35px;
    margin: 60px 0 0;
}



.best-offer p{

    color: #fff;

}



.best-offer a:hover{

    background: transparent;

    color: #fff;

}

section.page-bg {

    background-image: url(../images/page-bg.jpg);

    background-repeat: no-repeat;

    padding: 70px 0px;
    background-size: cover;

}

section.page-bg ul{

   display: flex;

   margin-bottom: 0px;

}

section.page-bg ul li{

    list-style: none;

    margin-right: 10px;

    color: #fff;

 }

 section.page-bg ul li a{

    color: #fff;

 }

 section.page-bg h1 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 48px;
}

ul.our-product.cat-page li span {

    width: 100%;

    float: left;

    display: inline-block;

    font-size: 20px;

    color: #000;

}

a.cat-btn {
    background: #000;
    font-size: 16px;
    color: #fff;
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    border-radius: 35px;
    margin-top: 10px;
}

a.cat-btn:hover{

    background: #e63946;

    color: #fff;

}

.pro-details {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    float: left;
    margin: 0px 0px 40px;
    margin-left: 0%;
    background: transparent;
}

.pro-details figure {
    margin-bottom: 0px;
    flex: 0 0 45%;
    margin-right: 45px;
    line-height: 380px;
    text-align: center;
    border: 0px solid #fff8e0;
    background: #f5f5f5;
}

.pro-details figure img {
mix-blend-mode: multiply;
    width: auto;

    height: auto;

    min-height: 280px;

    max-height: 280px;

}

.card-intro.pro-details-intro {

    margin-top: 0px;

    width: 100%;

    float: left;


    padding-right: 0px;

}

.card-intro.pro-details-intro h1 {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e63946;
    padding-bottom: 15px;
    line-height: 1.4;
}
.card-intro.pro-details-intro a img {
    filter: invert(1);
    height: 22px;
    margin-right: 7px;
}

.card-intro.pro-details-intro > span {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 30px;
    margin-top: 0px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 15px;
    display: block;
}

.delivery-box {
    width: 100%;
    float: left;
    display: flex
;
    align-items: center;
    border: 0px solid #e63946;
    margin-bottom: 25px;
}

.delivery-box span {
    background: #e63946;
    margin-bottom: 0px !important;
    width: 60px !important;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 12px;
    display: none;
}

.delivery-box span i{

    color: #fff;

}

.card-intro.pro-details-intro p {
    width: 100%;
    float: left;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.75;
}

.card-intro.pro-details-intro > a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    border-radius: 63px;
    background: #000;
    color: #fff;
}
.card-intro.pro-details-intro > a:hover{
    background-color: #e63946;
}
.prod-top-link a {
    background: #f5f5f5;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}
.prod-top-link {
    margin: 30px 0 0;
}

.card-intro.pro-details-intro a:hover {
    background: #e63946;
    color: #ffffff;
}

.footer-box ul li a:hover {
    color: #e63946;
}
.content-txt h1 {
    font-size: 32px;
    font-weight: 700;
}
ul.our-product li figure img {
    max-height: 220px;
    mix-blend-mode: multiply;
    width: 100%;
}
ul.our-product li figure {
    background: #f7f7f7;
    border-radius: 0;
    border: none;
}
ul.our-product.our-product1 {
    justify-content: center;
    /* margin-right: 10px; */
}

ul.our-product.our-product1 li {
    margin-right: 22px !important;
    margin-bottom: 25px !important;
    overflow: visible;
    list-style: none;
}
ul.our-product.cat-page li h3 {
    font-size: 22px;
    position: relative;
    text-align: left;
    line-height: 35px;
    color: #4d4d4d;
    margin-top: 10px;
    text-shadow: 0 0 0 #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 24px;
    width: 100%;
    padding: 0px 0px 0px;
}
ul.our-product.cat-page li span{
    margin: 5px 0px;
}
.main-head.cat-head h2 {
    text-align: left;
}
.main-head.cat-head h2 span::after {
    left: 0%;
}
.sort_by {
    float: right;
    margin-top: 20px;
}
.sort_by select {
    height: 40px;
    padding: 0px 10px;
    margin-left: 0px;
}
.content-txt ul li {
    width: 100%;
    float: left;
    margin: 6px 0px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 30px;
}
.content-txt ul {
    padding-left: 0px;
    margin: 0 0 16px;
}
.shopping_cart_area {
    width: 100%;
    float: left;
    color: #000;
    margin: 35px 0px;
}
.shopping_cart_area .left_cart {
    width: 100%;
    float: left;
}
.shopping_cart_area .table-bordered thead th {
    text-align: center;
    background: #e63946;
    color: #fff;
    font-weight: inherit;
    font-size: 14px;
    font-weight: 600;
        vertical-align: middle;
}
.shopping_cart_area .quantity {
    display: flex
;
}
.shopping_cart_area .cart_img {
    max-height: 70px;
}
.shopping_cart_area .quantity span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e63946;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    font-weight: 700;
    line-height: 30px;
}
.shopping_cart_area .action {
    width: auto;
    font-size: 16px;
}
.shopping_cart_area .action a {
    color: #333;
    border: solid 1px #ccc;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 5px 0 0;
    display: inline-block;
}
.shopping_cart_area .quantity .input_qty {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    appearance: none;
    -moz-appearance: none;
    border: solid 1px #ccc;
    border-radius: 50%;
}
.shopping_cart_area .table-bordered tr td {
    vertical-align: middle;
}
.shopping_cart_area .right_checkout {
    width: 30%;
    float: right;
}
.shopping_cart_area .right_checkout .checkout_area {
    width: 100%;
    float: left;
    padding: 0 0px;
}
.table h4 {
    font-size: 18px;
}
.shopping_cart_area .right_checkout .checkout_area .btn_shopping {
    background: #fff;
    color: #e63946;
    border-radius: 3px;
    border: solid 1px #e63946;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    margin: 5px 0px;
    width: 100%;
    height: 45px;
    border-radius: 0;
}
.shopping_cart_area .right_checkout .checkout_area .btn_checkout {
    background: #000;
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    margin: 5px 0px;
    width: 100%;
    height: 45px;
    border-radius: 0;
}
button.btn_checkout a {
    color: #fff;
}
.my_cart table td:nth-child(1), .my_cart table th:nth-child(1) {
    text-align: left;
}
.my_cart table th {
    background: #e63946;
    text-align: center;
    color: #fff;
    padding: 10px !important;
    font-size: 16px;
 }
 section.inner_page_area.check-page {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.checkout_details {
    width: 100%;
    float: left;
    border: solid 1px #f1f1f1;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.checkout_details h3 {
    width: 100%;
    float: left;
    background: #e63946;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.checkout_details ul {
    width: 100%;
    float: left;
    padding: 10px 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.checkout_details ul li {
    flex: 0 0 50%;
    float: left;
    margin: 10px 0;
    list-style: none;
}
.card_details_main.checkout_details {
    margin-top: 25px;
}
.checkout_details h3 {
    width: 100%;
    float: left;
    background: #e63946;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.check_first {
    width: 100%;
    float: left;
    padding: 0px 20px 20px 20px;
}
.check_first label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
.right_side input {
    border-radius: 0px;
    height: 45px;
    font-size: 14px;
}
.card_width {
    display: flex;
    align-items: center;
}
.card_width li:first-child {
    flex: 0 0 70%;
    margin-right: 20px;
}
.card_width li {
    list-style: none;
}
.card_details_main .check_first figure {
    margin-bottom: 0px;
}
.card_details_main .check_first figure img {
    max-width: 100%;
    max-height: 30px;
    margin: 0px 10px 0px 0px;
}
span.shell span {
    display: none;
}
.card_dtls li {
    list-style: none;
    margin: 5px 0px;
    width: 46%;
    float: left;
    margin-right: 20px;
}
.process_btn button {
    background: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 0px;
    cursor: pointer;
    margin: 15px 0 0;
    text-transform: uppercase;
}
.card_dtls li select {
    height: 45px;
    font-size: 14px;
    border-radius: 0;
}
.checkout_details ul li .form-control {
    width: 96%;
    height: 45px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}
.contact_form {
    width: 100%;
    float: left;
}
.contact_form ul {
    border: 1px solid #f1f1f1;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding: 25px;
}
.contact_form ul li {
    width: 25%;
    float: left;
    margin: 10px 0;
    list-style: none;
}
.contact_form .sbmt_btn {
    width: auto;
    display: inline-block;
    float: left;
    margin: 10px 0 10px;
    border-radius: 3px;
    border: solid 1px #fff;
    background: #e63946;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 15px;
    color: #fff;
    cursor: pointer;
}
.contact_form ul li:last-child {
    width: 100%;
}
.contact_area {
    width: 100%;
    float: left;
    height: auto;
    background: #e63946;
    border: solid 1px #e63946;
    margin: 0px 0;
    border-radius: 0px;
}
.contact_area .address_area {
   width: 100%;
    float: left;
    height: auto;
    display: flex;
    justify-content: space-between;

}

.contact_area .address_area li {
    width: 100%;
    float: left;
    height: auto;
    list-style: none;
    margin: 0px 0;
    padding: 20px 20px;
    flex: 0 0 33%;
    border-left: 1px solid #fff;
}
.contact_area .address_area figure {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
    background: #e63946;
    line-height: 46px;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
}
.contact_area .address_area figure i {
    color: #fff;
    font-size: 22px;
}
.contact_area .address_area .details {
    width: calc(100% - 50px);
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}
.contact_area .address_area .details h3 {
    width: 100%;
    float: left;
    padding: 0px 0 5px 0;
    font-size: 22px;
    margin: 0;
    color: #fff;
}
.contact_area .address_area .details p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: left; 
    line-height: 20px;
    color: #fff;
}
.contact_form ul li input {
    width: 95%;
    border-radius: 0px;
}
button.btn.btn-primary.dropdown-toggle {
    background: #e63946;
    border-color: #e63946 !important;
    border-radius: 0px;
    color: #fff;
    border: 0px;height: 47px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
button.btn.btn-primary.dropdown-toggle img{
    margin-right: 8px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 0%);
}
.drop-menu {
    position: relative;
}
.drop-menu .big-menu {
    margin: 0 0 0px 0;
    padding: 0px 0;
    position: absolute;
    z-index: 999999;
    width: 305px;
    top: 58px;
    left: 0px;
    transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: all .3s 
ease;
    background: #fff;
    text-align: left;
    border-radius: 0;
    box-shadow: 2px 3px 4px #38313152;
    display: flex
;
    flex-flow: row wrap;
    align-items: stretch;
}
.drop-menu:hover .big-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
ul.big-menu li {
    width: 100%;
    list-style: none;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}
ul.big-menu li a{
     font-weight: 500;
}
ul.breadcrumb {
    border-radius: 0px;
    padding: 30px 15px 30px 0;
    background-color: transparent;
    border-bottom: 0px solid #fff8e0;
    margin: 0;
}
ul.breadcrumb li {
    font-size: 14px;
    margin-right: 10px;
}
.page-content {
    width: 100%;
    float: left;
}
.page-content ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-left: 20px;
}
.page-content ul li{
    width: 100%;
    float: left;
margin: 5px 0px;
}
.page-content h2, h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.page-content p {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.currencydiv select {
    border: none;
      color: #e63946;
    padding-left: 10px;
    font-size: 13px;
}
.currencydiv {
    border-left: 0px solid #fff;
}

.header-top-new .top-bar {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 8px 0px;
    background: #fff;
    border-bottom: 0px solid #eee;
    color: #333;
}

.header-top-new .top-left span {
    color: #4D4D4D;
    font-size: 13px;
}

.header-top-new .top-center {
 color: #4D4D4D;
    font-size: 13px;
}

.header-top-new .top-center .highlight {
  color: #e63946; /* red for discount */
      font-size: 13px;
}

.header-top-new .top-right a {
  margin-left: 20px;
  text-decoration: none;
  color: #4D4D4D;
    font-size: 13px;

}

.header-top-new .top-right a:hover {
  color: #e63946;
}
.top-right {
    display: flex
;
    align-items: center;
}
.top-left {
    font-size: 13px;
}
.head-search.head-search3 span {
    background: transparent;
}
ul.home-page-cat {
    margin: 50px 0 0;
    list-style: none;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.home-page-cat li:nth-child(1) {
    flex: 0 0 43%;
}
ul.home-page-cat li:nth-child(2){
        flex: 0 0 20%;
}
ul.home-page-cat li:nth-child(3) {
    flex: 0 0 31%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
ul.home-page-cat li:nth-child(1) img{
max-height: 245px;
}
ul.home-page-cat li:nth-child(1) img {
    max-height: 525px;
}
.home-page-cat-intro > a img {
    max-height: 10px !important;
    margin-left: 8px;
}
ul.home-page-cat li:nth-child(2) figure img{
    height: 527px;
}
ul.home-page-cat li:nth-child(3) figure img{
    height: 245px;
}
.sub-home-page-cat {
    position: relative;
}
ul.home-page-cat li figure{
margin: 0;
}
ul.home-page-cat li {
    position: relative;
    overflow: hidden;
}
ul.home-page-cat li figure img{
width: 100%;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      width: calc(100% + 30px);
}
ul.home-page-cat li:hover figure img {
transform: translateX(-29px);
  transition: transform 1200ms ease-out; /* hover in */
      transition: all 0.3s ease;

}

ul.home-page-cat li:not(:hover) figure img {
  transition: transform 400ms ease-in; /* hover out */

}
.home-page-cat-intro {
    position: absolute;
    top: 35px;
    left: 35px;
    max-width: 200px;
}
.home-page-cat-intro span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
    word-spacing: .5px;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.content-txt h2 {
    font-size: 24px;
    font-weight: 600;
}
.our-product1-intro a {
    background: #000000;
    color: #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 50px;
}
.our-product1-intro a img {
    margin-left: 5px;
    filter: invert(1);
    height: 20px;
}
.our-product1-intro {
    padding: 15px 0 30px;
    /* display: none; */
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
}
.home-page-cat-intro h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}
ul.our-product.our-product1 li:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); 
}
ul.our-product.our-product1 li:hover .our-product1-intro {
    display: block;
    box-shadow: 0 24px 20px rgba(0, 0, 0, 0.15);
}
.home-page-cat-intro h3 a{
    color: #fff;
}
.home-page-cat-intro > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 20px;
    padding: 0;
    border-color: #fff;
    color: #fff;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    width: 120px;
    text-align: center;
}
.home-page-cat-intro > a:hover{
    background-color: #e63946;
    border-color: #e63946;
}

.subscribe-container {
    max-width: 630px;
    margin: auto;
    margin-bottom: 70px;
   
         
}
.subscribe-section {
    border-bottom: 1px solid #FFFFFF1A;
    margin: 0 0 70px;
}
/* Heading text */
.subscribe-container h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    letter-spacing: -0.3px;
    text-align: center;
    margin: 0 0 35px;
}

/* Form layout */
.subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 1px;
  overflow: hidden;
}

/* Input field */
.subscribe-form input {
    flex: 1;
    padding: 0px 20px;
    border: none;
    border-radius: 50px 0 0 50px;
    outline: none;
    font-size: 13px;
    height: 42px;
    background: #f5f5f5;
}

/* Button */
.subscribe-form button {
  padding: 0px 25px;
  border: none;
  background: #f5f5f5;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 42px;
  font-size:14px;
}

/* Hover effect */
.subscribe-form button:hover {
    background: #e84f69;
    transform: translateY(0px);
    color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
  .subscribe-form {
    flex-direction: column;
    border-radius: 20px;
  }
  .subscribe-form input {
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .subscribe-form button {
    border-radius: 20px;
    width: 100%;
  }
}
.counter-bg {
    background-image: url(/images/counter-bg.jpg);
    padding: 90px 0 350px;
}


/* Section Background */
.counter-bg .deal-section {
  text-align: center;
  position: relative;
  color: #fff;
}

/* Text Styles */
.counter-bg .deal-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.counter-bg .deal-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.counter-bg .deal-text {
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
}


/* Countdown Timer */
.counter-bg .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.counter-bg .time-box {
  background: transparent;
  padding: 10px 15px;
  font-size: 28px;
  font-weight: bold;
}

.counter-bg .time-box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.counter-bg .time-box small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
}

.counter-bg .separator {
  font-size: 28px;
  margin: 0 10px;
  font-weight: bold;
}

/* Button */
.counter-bg .deal-btn {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.counter-bg .deal-btn:hover {
  background: #333;
  color: #fff;
}





